amoeba ...
* `selector` - (String) Selector to match against wrapped element.
###### Returns
(Boolean)
###### Example
```js
$("div.class").matches(".class");
```
### #.addClass
Adds the supplied classname if it doesn't exist on the wrapped element.
###### ...